From: Kim F. Storm Date: Sun, 12 Jan 2003 00:38:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~53829 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2c10f029175edea49c2de3547dc1a6473cd428f9;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index f1c9944d842..77468a9d14c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2003-01-12 Kim F. Storm + + * alloc.c (pure_alloc): Corrected last change; now align the + pointer and adjust the size rather than aligning the size and + adjusting the pointer. Use a goto to handle overflow exception. + 2003-01-11 Kim F. Storm * process.c (Fset_process_contact): New function.